adTempus API
PreviousUpNext
ISecurityDescriptor::GetOwner Method

Gets the owner of the object

C++
HRESULT GetOwner([out,retval] ISecEntity ** owner);
C#
GetOwner([out,retval] ISecEntity * owner);
Visual Basic
Sub GetOwner(owner As [out,retval] ISecEntity *)

An ISecEntity object representing the owner, or NULL if the object has no owner.

The owner of an object can perform all actions on the object, regardless of what permissions are assigned through the security descriptor.

adTempus API Reference version 3.0.0.0, revised 10/30/2008